Nuprl Definition : Rrframe? 0,22

Rrframe?(x1)
== case x1 of 
== Rnone => false
== Rplus(left,right)=>rec1,rec2.false
== Rinit(loc,T,x,v)=> false
== Rframe(loc,T,x,L)=> false
== Rsframe(lnk,tag,L)=> false
== Reffect(loc,ds,knd,T,x,f)=> false
== Rsends(ds,knd,T,l,dt,g)=> false
== Rpre(loc,ds,a,T,P)=> false
== Raframe(loc,k,L)=> false
== Rbframe(loc,k,L)=> false
== Rrframe(loc,x,L)=> true 
latex


Definitionses realizer ind, false, true
FDL editor aliasesRrframe?

origin